"light green" shadcn/ui theme

futuristic
immersive
bold-color-scheme
high-contrast
modern-design
experimental
visual-impact
readable
color-balance
tech-inspired

Shadcn/ui Theme Css Variables

name: Neon Junglekeyword: light green views: 12

:root {
  --background: 120 100% 25%;
  --foreground: 0 0% 100%;
  --card: 120 100% 30%;
  --card-foreground: 0 0% 100%;
  --popover: 120 100% 35%;
  --popover-foreground: 0 0% 100%;
  --primary: 120 100% 50%;
  --primary-foreground: 0 0% 0%;
  --secondary: 120 100% 40%;
  --secondary-foreground: 0 0% 100%;
  --muted: 120 100% 20%;
  --muted-foreground: 0 0% 80%;
  --accent: 120 100% 45%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 0 0% 100%;
  --border: 120 100% 40%;
  --input: 120 100% 40%;
  --ring: 120 100% 50%;
  --radius: 0.75rem;
  --chart-1: 120 100% 50%;
  --chart-2: 120 100% 45%;
  --chart-3: 120 100% 40%;
  --chart-4: 120 100% 35%;
  --chart-5: 120 100% 30%;
}